home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #11
/
Amiga Plus CD - 2002 - No. 11.iso
/
Tools
/
Development
/
PowerD
/
powerd
/
source
/
lib
/
powerd_lib.lha
/
PowerD_PPC
/
CloseW.d
< prev
next >
Wrap
Text File
|
2001-04-24
|
171b
|
11 lines
OPT PPC,NOEXE,NOSTD
MODULE 'intuition/intuition'
EDEF stdrast
PROC CloseW(window:PTR TO Window)
IF stdrast=window.RPort THEN stdrast:=NIL
CloseWindow(window)
ENDPROC